testing.chattyPrinter.w (field)

6 uses

	testing (current package)
		testing.go#L443: 	w          io.Writer
		testing.go#L449: 	return &chattyPrinter{w: w}
		testing.go#L464: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L476: 		fmt.Fprintf(p.w, "=== CONT  %s\n", testName)
		testing.go#L480: 	fmt.Fprintf(p.w, format, args...)
		testing.go#L696: 	if c.chatty != nil && p.w == c.chatty.w {